The Kotlin Gradle plugins API
Toggle table of contents
2.4.0-dev-3806
common
Target filter
common
Switch theme
Search in API
Skip to content
The Kotlin Gradle plugins API
The Kotlin Gradle plugins API
/
org.jetbrains.kotlin.gradle.plugin
/
KotlinHierarchyBuilder
/
group
group
abstract
fun
group
(
name
:
String
,
build
:
KotlinHierarchyBuilder
.
(
)
->
Unit
=
{}
)
Creates a group of
KotlinSourceSets
with the given
name
and structure provided via the
build
block.
See also
Kotlin
Hierarchy
Builder.
common